home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently,
- // but are changed infrequently
-
- #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
-
- #include <afxctl.h> // MFC support for OLE Controls
- #include <afxcmn.h> // MFC support for Windows 95 common controls
-
- #include "imsigx.h"
-
- extern UINT CountStrings(LPCTSTR lpsz);